home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSRGP / srgp_output.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  1.2 KB  |  34 lines

  1.  
  2. /* srgp_output.c */
  3. point SRGP_defPoint(int, int);
  4. rectangle SRGP_defRectangle(int, int, int, int);
  5. void SRGP_beep(void);
  6. void SRGP_pointCoord(int, int);
  7. void SRGP_point(point);
  8. void SRGP_polyPoint(int, point *);
  9. void SRGP_polyPointCoord(int, int *, int *);
  10. void SRGP_markerCoord(int, int);
  11. void SRGP_marker(point);
  12. void SRGP_polyMarker(int, point *);
  13. void SRGP_polyMarkerCoord(int, int *, int *);
  14. void SRGP_lineCoord(int, int, int, int);
  15. void SRGP_line(point, point);
  16. void SRGP_rectangleCoord(int, int, int, int);
  17. void SRGP_rectangle(rectangle);
  18. void SRGP_rectanglePt(point, point);
  19. void SRGP_polyLine(int, point *);
  20. void SRGP_polyLineCoord(int, int *, int *);
  21. void SRGP_polygon(int, point *);
  22. void SRGP_polygonCoord(int, int *, int *);
  23. void SRGP_fillRectangleCoord(int, int, int, int);
  24. void SRGP_fillRectangle(rectangle);
  25. void SRGP_fillRectanglePt(point, point);
  26. void SRGP_fillPolygon(int, point *);
  27. void SRGP_fillPolygonCoord(int, int *, int *);
  28. int ComputeXangles(double, double);
  29. void SRGP_ellipseArc(rectangle, double, double);
  30. void SRGP_ellipse(rectangle);
  31. void SRGP_fillEllipseArc(rectangle, double, double);
  32. void SRGP_fillEllipse(rectangle);
  33. void SRGP_text(point, char *);
  34.